home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / util / misc / mcvert.readme < prev    next >
Text File  |  1995-08-09  |  1KB  |  30 lines

  1. Short:    McBinary and HQX translator update
  2. Author:   Doug Moore, adapted for AmigaOS by Michael van Elst
  3. Uploader: mlelstv@serpens.rhein.de
  4. Type:     util/conv
  5.  
  6. The Apple Macintosh stores each file in 2 parts, a resource
  7. part and a data part. The resource part is managed by the
  8. operating system while the data part is managed by the application.
  9.  
  10. To transfer Macintosh files via systems that use a more conventional
  11. paradigm (i.e. the rest of the world) one can pack both parts into
  12. McBinary or HQX format. The HQX format consists only of printable
  13. ASCII characters similar to what uuencode produces.
  14.  
  15. Mcvert can extract both parts from such packed files and can also
  16. pack pairs into a McBinary file.
  17.  
  18. The file mcvert.1 contains the nroff input for the UNIX man page.
  19. The result can be found in nroff.0 for those who do not have a
  20. working nroff.
  21.  
  22. -
  23.  
  24. This version fixes a couple of "features" of the original UNIX program
  25. in that it checks error codes. It also fixes a bug where the file
  26. /dev/null was used instead of the Amiga-OS equivalent NIL:. This did
  27. cause crashes where /dev/null couldn't be opened.
  28.  
  29. Michael van Elst
  30.